home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 April / Designer's Club 1998 April.iso / pc / Ideasrc / TAIL.DIR / 00076_Script_hide em < prev    next >
Text File  |  1998-03-13  |  229b  |  11 lines

  1. on mousedown
  2.   puppetsound (2) "click"
  3.   repeat while the mousedown
  4.     set the visible of sprite (the clickon) to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite (the clickon) to true
  8.   updatestage
  9. end
  10.  
  11.